home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7668 < prev    next >
Encoding:
Text File  |  1996-08-05  |  655 b   |  18 lines

  1. Path: nnrp.info.ucla.edu!usenet
  2. From: philhong@ucla.edu (Phil Hong)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Need help with strings
  5. Date: Sat, 24 Feb 1996 23:55:08 GMT
  6. Organization: j%nki~wÇRJ3M-26XPLZ8L-BFGD44CT-1EA6BC82
  7. Message-ID: <312fa506.21210161@news.ucla.edu>
  8. References: <312fa36c.20800130@news.ucla.edu>
  9. NNTP-Posting-Host: s195_14.resnet.ucla.edu
  10. X-Newsreader: Forte Agent .99d/32.182
  11.  
  12. OK, I just figured out what I did.  I had a constructor which was
  13. setting all the pointers to equal 0.  I thought that this would
  14. initialize them to point to null but apparently it won't let me assign
  15. anything to the variable later.
  16. Phil Hong
  17. philhong@ucla.edu
  18.